Appliance Logging Forwarding ConnectionStatus

Appliance Logging Forwarding ConnectionStatus
Appliance Logging Forwarding ConnectionStatus

This schema was added in vSphere API 6.7.

JSON Example
{
    "hostname": "string",
    "state": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
hostname
Required

FQDN or IP address of the configured remote logging servers.

This property was added in vSphere API 6.7.

string
state
Required

State of the configured remote logging server.

For more information see: Appliance Logging Forwarding ConnectionStatus State.

This property was added in vSphere API 6.7.

message
Optional

Message associated with the state of the configured remote logging server.

This property was added in vSphere API 6.7.

If missing or null, there is no message to be shown.